projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45b8576
)
theme: Specificity bump for dropdowns
author
Alexander Mikhaylenko
<alexm@gnome.org>
Mon, 17 May 2021 18:25:44 +0000
(23:25 +0500)
committer
Alexander Mikhaylenko
<alexm@gnome.org>
Mon, 17 May 2021 18:26:08 +0000
(23:26 +0500)
Fix a fallout from
d56711b5d82f8a77793a0857c2252565fda1b492
gtk/theme/Default/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Default/_common.scss
b/gtk/theme/Default/_common.scss
index ac92b6a72a131d27ad1b3ef8c318de1f6f27f6f8..a4db8c73010ec459f9331b97fd0dee97edfcda6e 100644
(file)
--- a/
gtk/theme/Default/_common.scss
+++ b/
gtk/theme/Default/_common.scss
@@
-1191,6
+1191,11
@@
dropdown > popover.menu.background > contents { padding: 0; } //allow search ent
dropdown > button > box {
border-spacing: 6px;
+
+ > stack > row.activatable:hover {
+ background: none;
+ box-shadow: none;
+ }
}
dropdown,
@@
-1229,13
+1234,16
@@
combobox {
margin: 8px 0;
-
&>row
{
+
> row.activatable
{
padding: 8px;
&:selected {
- outline-color: $alt_focus_border_color;
- color: $text-color;
- background-color: $menu_selected_color;
+ &, &:hover {
+ outline-color: $alt_focus_border_color;
+ color: $text-color;
+ background-color: $menu_selected_color;
+ box-shadow: none;
+ }
}
}
}